////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////OBAKE SAN README///////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////


////////////////////////////////////////////////////////////////////////////////////////////////////////////
						GENERAL INFO
////////////////////////////////////////////////////////////////////////////////////////////////////////////

Author: Daniel Kahn (DK)
Controls:
Left Arrow:		Move Left;
Right Arrow:		Move Right;
Space:			Jump;
S:			Attack;
1:			Switch to Ranged Weapon;
2:			Switch to Melee Weapon;
I:			Open Upgrade Menu;
P:			Pause;
CTRL + SHIFT + H:	Toggle Hi Res Bars;
Alt + Enter:		Toggle FullScreen;
`(tilde):			Toggle Console (for cheats)


Debugger Tools(Not cheats, do very specific actions for testing):

0:			Increment Yen;
Numpad8:		Spawn Enemies;

////////////////////////////////////////////////////////////////////////////////////////////////////////////
						   CHEATS
////////////////////////////////////////////////////////////////////////////////////////////////////////////

NOTE: you must have console toggled on to enter a cheat code, you will know if console is on if you see your cheat being typed in. All cheats are 6 letters long, backspace is supported


maxout	- Sets Max hp to 999999 and fills your hp to the max
buyall - Buys all of the first tier upgrades
godgun - Sets Ranged damage to be 9999
wayway - Buys demon-bird suit.

////////////////////////////////////////////////////////////////////////////////////////////////////////////
						   EVENTS
////////////////////////////////////////////////////////////////////////////////////////////////////////////

"ActorDestroyed"
"LevelUp"
"BossDestroyed"
"ActorHurt"
"PUPPickedUp"
"ActorJump"
"ActorCreated"

////////////////////////////////////////////////////////////////////////////////////////////////////////////
						  MESSAGES
////////////////////////////////////////////////////////////////////////////////////////////////////////////

MSG_CREATE_ACTOR
MSG_CREATE_BULLET
MSG_DESTROY_ACTOR
MSG_DESTROY_BULLET
MSG_CREATE_PUP
MSG_DESTROY_PUP
MSG_CREATE_SUPER
MSG_DESTROY_SUPER
MSG_CREATE_TEXT
MSG_DESTROY_TEXT

////////////////////////////////////////////////////////////////////////////////////////////////////////////
						  FEATURES
////////////////////////////////////////////////////////////////////////////////////////////////////////////

1 point features
	- Intro/Start Screen
	- Bitmap Font effects
	- Scrolling credits
2 point features
	- Power Up
	- Physics based movement
		-acceleration
		-gravity
	- Status Bar
		- hp bar
		- rage bar
		- exp bar
	- Different enemy types
	- Charged Shot
3 point features
	- Multiple weapons
	- World Coordinates
	- Save/Load game
